home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / doom / quake_ad.zip / WAIT4P99.ZIP / WAIT4P99.TXT < prev    next >
Text File  |  1997-03-14  |  3KB  |  86 lines

  1. Title    : The Wait for Players to Connect Mod
  2. Filename : Wait4p99.zip
  3. Version  : 0.99
  4. Date     : 03/14/97
  5. Author   : RoadRunner of Clan Jihad
  6. Email    : Jc@psicorps.com
  7. Credits  : id software for their killer game Quake!
  8.            Lee Smith, the author of ProQCC
  9.            Clan Jihad for testing <http://www.geocities.com/TimesSquare/7670>
  10.  
  11. Build time: a few hours to find the right method...
  12.  
  13. Type of Mod
  14. -----------
  15. Quake C  : yes
  16. Sound    : no
  17. MDL      : no
  18.  
  19. Format of QuakeC (if a Quake C Mod)
  20. -----------------------------------
  21. unified diff  : no
  22. context diff  : no 
  23. .qc files     : yes
  24. progs.dat     : yes
  25.  
  26.  
  27. Description of the Modification
  28. -------------------------------
  29. We had a little Fragfest here in Hamburg/Germany in February and we wanted
  30. to get rid of the people who jump in the game and grab all the goodies,
  31. before every client is connected.
  32. So I wrote a simple function, which used the consolevar TEMP1,
  33. to forbid moving and firing of a client until every player is in the game.
  34.  
  35. If you want to set up a fair game,just like in Doom, type at the serverconsole
  36. TEMP1 <number of Players>
  37. or use the commandline
  38. QUAKE -dedicated 8 -game wait4p +temp1 8 +map dm4
  39.  
  40. If a timelimit is set, it will be changed when all clients are ready.
  41.  
  42. How to Install the Modification
  43. -------------------------------
  44. Create a directory called WAIT4P as a subdirectory in your Quake directory
  45. (parallel to the ID1 directory) extract the archive to the WAIT4P directory.
  46.  
  47. The directory structure should look something like this:
  48.  
  49.         QUAKE (Directory you installed Quake to)
  50.           |
  51.           |-- ID1 (Original Quake game files)
  52.           |
  53.           |-- Wait4P (The compiled PROGS.DAT should be here)
  54.  
  55.  
  56. To play, type Quake -game wait4p from the Quake directory.  This modification
  57. only works with the registered version of Quake, so if you haven't got it,
  58. stop being a suck, and buy the damn game already. id deserve your money!
  59.  
  60. Author Information
  61. ------------------
  62. I am just at the beginning of Quake-C coding, so don't expect a superb
  63. structured method. So if you want to code an improved version, send it to me!
  64.  
  65. Known Bugs
  66. ----------
  67. None. But I don't like the TEMP1 solution.
  68. How can I use the maxplayers variable in Quake-C ???
  69.  
  70. Copyright and Distribution Permissions
  71. --------------------------------------
  72.  
  73. Authors MAY use this patch as a base for other publically available work.
  74.  
  75. You may distribute this Quake modification in any electronic format as long
  76. as all the files in this archive remain intact and unmodified, and doesn't
  77. conflict with anything we've said above.
  78.  
  79. Availability
  80. ------------
  81.  
  82. This patch is available from the following places:
  83.  
  84. FTP   : ftp.cdrom.com somewhere in a sub of /pub/quake/quakec
  85. HTTP  : http:/www.geocities.com/TimesSquare/Alley/3538/
  86.